home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Easy as pi dcmd ƒ
/
useful.make
< prev
next >
Wrap
Text File
|
2000-06-23
|
901b
|
33 lines
# File: useful.make
#
# useful dcmd (not!)
# Created at MacHack 2000 by Philippe Casgrain
# philippe@casgrain.com
#
# This builds the dcmd and moves it to the MacsBug Preferences folder
# in the System folder. You may have to localize the Preferences
# folder name on a non-US system.
#
# Note that the link order is important. If you link something else first,
# it will barf in the BuildDcmd.
# This is set up for MPW 3.2, since the libraries moved.
useful.p.o ƒ useful.make useful.p
Pascal useful.p
dcmdGlue.a.o ƒ dcmdGlue.a
asm -o dcmdGlue.a.o dcmdGlue.a
SOURCES = useful.p
OBJECTS = dcmdGlue.a.o useful.p.o
useful ƒ useful.make {OBJECTS}
Link -sg Main=PASLIB,%A5INIT ∂
{OBJECTS} ∂
"{Libraries}"Runtime.o ∂
# "{Libraries}"Interface.o ∂
# "{PLibraries}"PasLib.o ∂
-o useful
BuildDcmd useful 33277
move useful "{SystemFolder}Preferences:MacsBug Preferences:useful" -y